/* CSS for main site*/

/*Define body background and font*/

/*last updated 27 oct 2010*/

body
{
	font-family: Arial, helvetica;
	color: #f4db5d;
	font-size: 14pt;
	background-color:#444444;
	background-repeat: repeat;
}

.floatleft { float: left; 
	margin: 10px 5px 10px 20px; 
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}
	
.floatright { float: right;
	margin: 10px 20px 10px 5px;
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}


h1 {
	color: #f4db5d;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 0.2em 0.2em #930;
	text-align: center;
}

h2 {	text-align: center;
	font-family:arial, helvetica;
	color: #f4db5d;
	font-style; italic;}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-color: #f4db5d;
	font-size: 14pt;
	text-align: center;
}

/*table appearance*/

table.main {
	border: none;
	background-color:#d1cab0;
	padding: 6px;
	spacing: 4px;}

td.onecolumn {
	background-color:#d1cab0;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.title {
	background-color:#9CF;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	color: black;}
	
td.smtitle {
	background-color:#9CF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	color: black;}

td.smtitle2 {
	background-color:#9CF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: black;}
	

td.normal {
	background-color:#d1cab0;
	text-align: center;
	font-family: arial, helvetica;
	color: #1F1074;
	font-size: 10pt;
	font-weight: none;}	


/*normal link?*/



/*Lab Links*/

a.lablink {
	color: #566047;
	font-weight: bold;
	text-decoration: none;
}

a.lablink:link {
	color: #566047;
	text-decoration: underline;
}

a.lablink:hover {
	color: navy;
	text-decoration: underline;
}

a.lablink: visited {
	color: gray;
	text-decoration: none;
}

/*Normal links*/

a.normlink {
	color: blue;
	font-size: 10pt;
	font-weight: bold;}

a.normlink:link {
	color: blue;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;}

a.normlink:visited {
	color: blue;
	text-decoration: none;
		font-size: 10pt;
	font-weight: bold;}

a.normlink:hover {
	color: #909;
	text-decoration: underline;
		font-size: 10pt;
	font-weight: bold;}

/*Normal links*/

a.liftlink {
	color: black;
	font-size: 11pt;
	font-weight: bold;}

a.liftlink:link {
	color: black;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;}

a.liftlink:visited {
	color: black;
	text-decoration: none;
		font-size: 11pt;
	font-weight: bold;}

a.liftlink:hover {
	color: #909;
	text-decoration: underline;
		font-size: 11pt;
	font-weight: bold;}

